Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[stable30] fix(flow_notifications): Improve app loading by checking if notificat… #230

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

backportbot[bot]
Copy link

@backportbot backportbot bot commented Nov 8, 2024

Backport of #227

Warning, This backport's changes differ from the original and might be incomplete ⚠️

Todo

  • Review and resolve any conflicts
  • Amend HEAD commit to remove the line stating to skip CI

Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

@backportbot backportbot bot requested a review from blizzz November 8, 2024 11:17
@backportbot backportbot bot added 3. to review Waiting for reviews bug Something isn't working labels Nov 8, 2024
@blizzz blizzz force-pushed the backport/227/stable30 branch from 2cb0873 to 09a8573 Compare November 11, 2024 12:19
@blizzz blizzz marked this pull request as ready for review November 11, 2024 12:19
…ions app is not installed and enabled when registering the app

Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
@blizzz blizzz force-pushed the backport/227/stable30 branch from 09a8573 to 78d9732 Compare November 11, 2024 12:20
@blizzz blizzz merged commit d496674 into stable30 Nov 11, 2024
18 checks passed
@blizzz blizzz deleted the backport/227/stable30 branch November 11, 2024 12:21
@blizzz
Copy link
Member

blizzz commented Nov 11, 2024

/backport to stable29

@backportbot backportbot bot added the backport-request A backport was requested for this pull request label Nov 11, 2024
Copy link
Author

backportbot bot commented Nov 11, 2024

The backport to stable29 failed. Please do this backport manually.

# Switch to the target branch and update it
git checkout stable29
git pull origin stable29

# Create the new backport branch
git checkout -b backport/230/stable29

# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts, resolve them
git cherry-pick 78d97320

# Push the cherry pick commit to the remote repository and open a pull request
git push origin backport/230/stable29

Error: No changes found in backport branch


Learn more about backports at https://docs.nextcloud.com/server/stable/go.php?to=developer-backports.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews backport-request A backport was requested for this pull request bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants